home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / help / adosguide.lha / ADOS Guide / ADOS commands / Get < prev    next >
Encoding:
Text File  |  1997-10-21  |  468 b   |  23 lines

  1.                          --AMIGADOS GUIDE V2.0--
  2.                                    GET
  3.  
  4.  
  5.    USE:
  6.    This command is similar to GETENV but it retrieves the value of a LOCAL
  7.    environmental variable.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>ECHO "Test is $ test"
  17.    Test is local
  18.  
  19.    NOTES:
  20.    The Doller ($) operator in the above example informs AmigaDOS to read
  21.    and display the test variable.
  22.    (see also GETENV covered in Commands)
  23.